Delete Webhook
DELETEhttps://api.fuse.io/api/v0/notifications/webhook/:webhookId
Delete Webhook
Request
Path Parameters
webhookId stringrequired
Example: 630bce35495c43af6627cbfa
Query Parameters
apiKey string
Example: {{publicKey}}
Header Parameters
API-SECRET string
Example: {{secretKey}}
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
"_id": "630bce35495c43af6627cbfa",
"projectId": "62ce87c8131bbffe0f83af65",
"webhookUrl": "https://webhook.site/3a27d99c-ccd2-496d-a50b-8ffd073c7e44",
"eventType": "ALL",
"createdAt": "2022-08-28T20:21:09.710Z",
"updatedAt": "2022-08-28T20:21:09.710Z",
"__v": 0
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://api.fuse.io/api/v0/notifications/webhook/:webhookId' \
-H 'Accept: application/json'
ResponseClear